home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / sound / cdsamp / !CDSampler / Supported < prev    next >
Text File  |  1994-09-15  |  930b  |  43 lines

  1. # CDSampler:Supported
  2. #
  3. # This file defines which CD-ROMs are supported
  4. # and which access method to use for them.
  5. #
  6. # The currently defined access methods are
  7. # 0: Sony vendor unique SCSI protoocl
  8. # 1: Toshiba Mode select,Set density method
  9. # 2: Sanyo Mode select,Set density method
  10. # 3: CD_ReadAudio
  11.  
  12. # You can add a new drive if you think it may work with one of the
  13. # given access methods. Simply copy the block of four lines and
  14. # edit the make and name appropriately.
  15. # make and name should be as reported for the drive by *devices
  16.  
  17. # If a * appears at the end of the drive name then name will only
  18. # be checked as far as the *. Otherwise the name must match completely.
  19.  
  20.  
  21. % 0
  22. make:SONY
  23. name:CD-ROM CDU-561
  24. access:0
  25. % 0
  26. make:SONY
  27. name:CD-ROM CDU-8003A
  28. access:0
  29. % 0
  30. make:TOSHIBA
  31. name:CD-ROM XM-3401*
  32. access:1
  33. % 0
  34. make:TOSHIBA
  35. name:CD-ROM XM-4101*
  36. access:1
  37. % 0
  38. make:MEDIAVIS
  39. name:CDR-H93MV
  40. access:2
  41.  
  42. # eof CDSampler:Supported
  43.